1. Write the
sample html code.
Answers
Answered by
1
Answer:
Explanation:
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.
Answered by
9
Your same HTML code.
<html>
<head>
<title>My HTML code </title>
<body bgcolor="black">
<font size="maximum" color="blue">
HTML stands for Hyper Text Markup language
</font>
</body>
</html>
Similar questions