PDA

View Full Version : How to Write HTML Code?



lovevashikaran
04-20-2019, 02:47 AM
Hello friends,

How to Write HTML Code?

chetna
04-20-2019, 03:00 AM
Open Notepad
Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit.
Step 2: Write Some HTML.
Step 3: Save the HTML Page.
Step 4: View the HTML Page in Your Browser.

Dipali Rao
04-20-2019, 05:53 AM
Hello friends,

How to Write HTML Code?

1. Open Notepad
2. Write code under <html> </html> this code...
3. After that save it name.html
4. Run on browser

dombowkett
04-20-2019, 06:51 AM
HTML is one of the most easiest programming language, you need to learn basic first.

shimar567
03-17-2020, 08:16 AM
Step 1: Open Notepad (PC) Windows 8 or later: ...
Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...
Step 2: Write Some HTML. Write or copy some HTML into Notepad. ...
Step 3: Save the HTML Page. Save the file on your computer. ...
Step 4: View the HTML Page in Your Browser.

Mecanertech
03-18-2020, 08:23 AM
Yes That’s easy.



<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/bootstrap.css"> <!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS -->
<link rel="stylesheet" href="css/font-awesome.css"> <!-- Font-Awesome-Icons-CSS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<link href="fonts/Roboto-Light.ttf" rel="stylesheet">
<link href='css/simplelightbox.min.css' rel='stylesheet' type='text/css'>
<title>Quora</title>
</head>
<body>
<a href="nivazz.com"><div class="btn btn-success">Link</div></a>
</body>
</html>
Link

shaili shah
05-07-2020, 12:59 AM
Hiii

there is main 5-6 tags are used for making simple site.

First is html tag.

<html>
<head>
<title>Title of site.</title>
</head>
<body>
<div>
<p>Paragraph.....
</p>
</div>
</body>
</html>

I hope you'll understand from all of above this answer.

Thanks!

nikki shah
05-07-2020, 02:05 AM
Please make such post in relevant category

neelseowork
05-07-2020, 03:06 AM
how does this question relate to SEO?

varunindia88
05-08-2020, 04:19 AM
Writing HTML code is not a difficult task. If you know HTML then it is very easy but if you don't know how to write it. Then you can take the help from tools. There are plenty of tools available in search engine which will help you to write the html via converting it.
1. Use the online tool and paste your content in it, it will convert into HTML
2. Paste your content into word file and use the doc to html convertor.

GeethaN
05-08-2020, 05:37 AM
Yes I can and I do.

Visit - ANUGRAHA COMPUTERS

Sherin
06-02-2020, 07:56 AM
Yes That’s easy.

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

GeethaN
06-10-2020, 05:43 AM
HTML Editors
Step 1: Open Notepad (PC) Windows 8 or later: ...
Step 1: Open TextEdit (Mac) Open Finder > Applications > TextEdit. ...
Step 2: Write Some HTML. Write or copy the following HTML code into Notepad: ...
Step 3: Save the HTML Page. Save the file on your computer. ...
Step 4: View the HTML Page in Your Browser.