English, asked by jack708, 3 months ago

write 10 html code on tour and turism​

Answers

Answered by bijyalaxmiSwainbijya
0

Answer:

Here's a sample webpage code implementing Travel and Tourism texts:

<html>

<head>

<title> Welcome to my Travel and  Tourism website &bull; Homepage</title>

<style type="text/css">

body{

background-color:#f7f7f7;

}

header{

background-color:#87ceffa;

margin:0;

padding:5px;

width:auto;

height:50px;

}

</head>

<body>

<header>This is the header of the webpage.</header>

</body>

</html>

Similar questions