Computer Science, asked by garimam0212, 7 months ago

Write HTML code to display a text "World is Beautiful" having font-size 35 using CSS

Answers

Answered by mithi31031996
8

Answer:

<html>

<head>

<style>

body{

font-size:35;

}

</style>

</head>

<body>

&quot;World is Beautiful&quot;

</body>

</html>

Answered by padmamaloth1986
4

Answer:

Explanation:

<doctype>

Similar questions