Computer Science, asked by Julyin6127, 10 months ago

Write html code to display a text World is Beautiful having font size 35, spacing between the letters using CSS

Answers

Answered by KRPS500
1

If you are the content provider, read HTML. If you are the graphic designer, read CSS. If you are a programmer and want to add dynamic effects to your web page, read JavaScript. But if you operate in OMO (one-man-operated) and are expected to create a reasonably good-looking website, you need to understand HTML, CSS and JavaScript. This is the reason that I combine both the HTML and CSS in this article as they are inseparable.

If you are the content provider, read HTML. If you are the graphic designer, read CSS. If you are a programmer and want to add dynamic effects to your web page, read JavaScript. But if you operate in OMO (one-man-operated) and are expected to create a reasonably good-looking website, you need to understand HTML, CSS and JavaScript. This is the reason that I combine both the HTML and CSS in this article as they are inseparable.To create an OMO website, I suggest that:

.

  1. Understand HTML, CSS and JavaScript thoroughly.
  2. Pick an authoring tool. Use Dreamweaver if you can afford. Otherwise, find a free HTML text editor (such as NotePad++, Sublime). For programmers, NetBeans/Eclipse are good choice for HTML/CSS/JavaScript as they perform syntax checking and provide auto-complete.
  3. Design and organize your page. Decide on the look and feel of your website. How many columns? What are the major sections (e.g., header, navigation menu, main content, sidebar, table of content, footer)? Do you need a navigation menu or panel? What is your theme (colors, fonts)? And so on.
  4. Take a close look at your favorite websites!!! CSS is humongous and complex! You can't invent this wheel! Use Firefox plugin "Firebug" or the built-in "Web Developer Tools" to inspect HTML/CSS of your favorite websites.
  5. Take a close look at your favorite websites!!! CSS is humongous and complex! You can't invent this wheel! Use Firefox plugin "Firebug" or the built-in "Web Developer Tools" to inspect HTML/CSS of your favorite websites.Alternatively, you can use a CSS framework (I recommend BootStrap) to jump-start your design.
  6. Take a close look at your favorite websites!!! CSS is humongous and complex! You can't invent this wheel! Use Firefox plugin "Firebug" or the built-in "Web Developer Tools" to inspect HTML/CSS of your favorite websites.Alternatively, you can use a CSS framework (I recommend BootStrap) to jump-start your design.Start with an initial CSS design. Website design begins with CSS, NOT HTML?!. Work on your CSS:

.

Thx

Similar questions