Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Building a News Site with HTML & CSS

NewsProject

Legendary Coder
I am thinking about building a news site using HTML & maybe CSS.
Where to begin? Any feedback is welcome.
Any suggestions on what to add on there?
Feel free to guide me. Thank you.
 
Last edited:
Pretty easy.
HTML:
<!doctype html>
<html>
<head>
    <title>HTML Editor - Full Version</title>
</head>
<body>
<h2 style="font-style: italic;"><input type="button" value="Button1" />&nbsp;<input type="button" value="Button2" /></h2>

<h2 style="font-style: italic; text-align: right;"><input maxlength="1000" name="Search" type="search" value="Search" /></h2>

<h1 style="text-align: center;"><span style="font-family:verdana,geneva,sans-serif;">NewsProject.com</span></h1>

<h2 style="text-align: center;"><span style="font-family:verdana,geneva,sans-serif;"><span style="font-size:20px;">Latest News</span></span></h2>

<p style="text-align: center;"><iframe allowfullscreen="" frameborder="0" height="315" scrolling="no" src="https://www.youtube.com/watch?v=S7SLep244ss" width="750"></iframe></p>

<p>&nbsp;</p>
</body>
</html>
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom