Hi, I'm Deonna, a passionate coding student and the creator of this Java program. I'm on an exciting journey to learn and explore the world of programming!
- Location: United States of America
- Learning: Web Development, HTML
- GitHub: Deonna's GitHub Profile
- LinkedIn: Deonna's LinkedIn Profile
This website showcases my skills in HTML, including the use of various elements such as tables, lists, forms, and images. My goal is to create an engaging and informative online presence.
- Deonna's First Website is structured into different sections, each demonstrating a specific aspect of HTML.
- TEXT Section: Contains paragraphs with formatted text demonstrating the use of
<strong>,<em>, and<blockquote>tags. - TABLE Section: Features a 5x4 table with merged cells using rowspan and colspan attributes, representing a game score scenario.
- LIST Section: Showcases unordered and ordered lists, including nested lists. This section also includes images and hyperlinks, depicting sports teams like the Denver Broncos and Chicago Bears.
- FORM Section: Includes forms with input fields for first name, last name, favorite sport (with a dropdown selection), sports experiences (checkboxes), and sports preferences (radio buttons).
- Each section is marked with a heading and enclosed in a
<div>with a unique id, making the code organized and readable.
- Download the Java files from the repository.
- Open the file in a web browser to see the webpage.
- HTML5
- Web Browsers (Chrome)
- HTML Structure: Creating well-structured HTML documents using various tags.
- Form Creation: How to make interactive forms with different types of input.
- List and Table Usage: Organizing data in lists and tables, including nested lists and cell merging in tables.
- Web Page Layout: Basic principles of laying out content on a web page.
- Image Embedding: Adding images and controlling their size and positioning.
- Linking: Creating hyperlinks to external websites.
- n/a