how to write a html code. please help.
Answers
Answer:
hello
dont worry i know html!
Explanation:
the basic syntax of html is:
<!DOCTYPE html>
<html>
<body>
</body>
</html>
u can learn for free from w3school!
please make me brainliest
Answer:
hey thank my 20 answers I will thank your 20 answers
Sample HTML Pages
Setting Up a Document
Open a simple text editor.
Save a file as a web page.
Open the file in a web browser.
Refresh the web page to see saved changes.
Understand tags.
Set up your document.
Add head and body tags.
Title your page.
Formatting Text
Add some text to your body section.
Add headers to your text.
Learn more text formatting tags.
Arrange your text on the page.
Add invisible comment text.
Put it all together.
Adding Links and Images
Learn about attributes.
Link to another web page.
Add an id attribute to tags.
Link to an element with a certain id.
Add an image.
Learning More and Putting Your Page Online
Validate your HTML.
Learn more tags and attributes.
Put your web page online.
Add style with CSS.
Add JavaScript to your page.