Computer Science, asked by triloksinghgaur, 6 months ago

Write HTML code for creating a cool website​

Answers

Answered by karthikreddyvenna
4

Answer:

<!DOCTYPE html>

<html>

<head>

 <title>Our Company</title>

</head>

<body>

 <h1>Welcome to Our Company</h1>

 <h2>Web Site Main Ingredients:</h2>

 <p>Pages (HTML)</p>

 <p>Style Sheets (CSS)</p>

 <p>Computer Code (JavaScript)</p>

 <p>Live Data (Files and Databases)</p>

</body>

</html>

Explanation:

Hope it helps you please give me a vote and mark me as the brainlest, If it is wrong please forgive me

Similar questions