Write the steps to create a html page
Attachments:
Answers
Answered by
9
Follow the four steps below to create your first web page with Notepad or TextEdit.
Step 1: Open Notepad (PC) Windows 8 or later: ...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.
Step 1: Open Notepad (PC) Windows 8 or later: ...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.
pabbojuyashwanth:
its correct
Answered by
2
Step 1: Open Notepad and type the HTML code.
Step 2: Click the File menu → Save Option. The Save As dialog box appears.
Step 3: Type file name
Step 4: Click Save (example, Introduction.html).
<html>
<head> <title> My first html </title>
</head>
<body>
<h1> <font color="red"> First Html </font></h1>
Hello Guys
</body>
</html>
Attachments:
Similar questions