Computer Science, asked by gmbshereen, 4 months ago

HTML AND CSS..
(10marks)

Attachments:

Answers

Answered by scientific33
1

Answer:

see in youtube I can better understand

Answered by RishabhDotBot
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