Making a website with a blog? Not sure yet
Using freeCodeCamp's Response Web Design track, I was able to learn enough to get a certification and make a website. I have learned so far that a website made with only HTML and CSS is considered static. I would like to learn more to see how to make a website dynamic, though the definition of dynamic is still not quite clear to me.
Here are some of the questions I had when thinking about how to include a blog within my static website:
- Can I use iframe tag to include a blog post, made as a text file, within an html/css site?
- Can I use JavaScript to make dynamic website?
- How would I add a navigation bar so that one could go to different posts>
- In addition to the question above, how do I make it so each blog post isn't its own css-styled html file?
- If each blog post is its own css-styled html file, then I'll have to edit each one whenever I make a new blog post in order to add link to new blog post?
Hopefully I'll be able to learn more to properly understand how a dynamic website works and which other programming language I need to make one.
Comments
Post a Comment