HTML AND CSS..
(10marks)
Attachments:

Answers
Answered by
1
Answer:
see in youtube I can better understand
Answered by
0
Answer:
See Code in Explanation.
Explanation:
<!DOCTYPE html>
<html lang="en">
<head>
<title>
My site
</title>
</head>
<body>
<h1>Introduction to HTML and CSS</h1>
<div id="divider" style="border: 2px solid black"></div>
<p></p>
<p><b><h2>Introduction to HTML</h2></b></p>
<br><h3>HTML is Hyper Text Markup Language.</h3></br>
<br><h4><a href="#">HTML tutorial</a></h4></br>
<div id="divider" style="border: 2px solid black"></div>
<p></p>
<p><b><h2>Introduction to CSS</h2></b></p>
<br><h3>CSS is used to style a webpage.</h3></br>
<br><h4><a href="#">CSS tutorial</a></h4></br>
</body>
</html>
Please mark the answer as brainliest. I worked hard to write all the code.
Similar questions
English,
5 months ago
Social Sciences,
5 months ago
Chemistry,
5 months ago
Accountancy,
10 months ago
Math,
10 months ago